home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / f2c_src.zip / F2C / LIBF77 / H_LEN.C < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-10  |  110 b   |  11 lines

  1. #include "f2c.h"
  2.  
  3. extern integer s_cmp();
  4.  
  5. shortint h_len(s, n)
  6. char *s;
  7. long int n;
  8. {
  9. return(n);
  10. }
  11.